home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
il gioco del Kamasutra
/
Milo Manara Kamasutra.iso
/
mac
/
DATA
/
ParteIII
/
GameIV
/
Parete4
/
Muro.dir
/
00010_Script_10
< prev
next >
Wrap
Text File
|
1997-11-23
|
1KB
|
40 lines
on mouseUp
Global SequenzaFigure4, Parete
PuppetSprite 5, true
set the mouseUpScript to "dontPassEvent"
set the mouseDownScript to "dontPassEvent"
if (SequenzaFigure4 = 1) and (Parete = 4) then
set the member of sprite 5 to member "Movie1Up"
updatestage
puppetSound 3, "Click 1"
set the movierate of sprite 5 to 1
set SequenzaFigure4 = SequenzaFigure4 + 1
repeat while the movietime of sprite 5 < 60
updatestage
end repeat
set the member of sprite 5 to member "Down1"
updatestage
set the scriptnum of sprite 5 to 8
else
set the member of sprite 5 to member "Movie1Up"
updatestage
puppetSound 3, "Click 1b"
set the movierate of sprite 5 to 1
repeat while the movietime of sprite 5 < 125
updatestage
end repeat
repeat with n = 1 to 5
set the member of sprite 4 + n to member ("Up" & n)
set the scriptnum of sprite 4 + n to 9 + n
updatestage
end repeat
set SequenzaFigure4 = 1
end if
end